Click or drag to resize

ServiceGetAttachment Method (String, AttachmentShape)

Retrieve existing attachment.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Attachment GetAttachment(
	string attachmentId,
	AttachmentShape attachmentShape
)

Parameters

attachmentId
Type: SystemString
The IDs of attachments to return.
attachmentShape
Type: Independentsoft.ExchangeAttachmentShape
Specify which attachment information should be returned.

Return Value

Type: Attachment
Attachment.
See Also